home *** CD-ROM | disk | FTP | other *** search
/ Magnum One / Magnum One (Mid-American Digital) (Disc Manufacturing).iso / d7 / jlblink.arc / LOGONDIR.BMC < prev    next >
Text File  |  1990-10-18  |  1KB  |  60 lines

  1. ** LOGONDIR.BMC -- LOGON.BMC
  2. **
  3. ** This script is used to setup your modem, dial the modem, log
  4. ** onto BIX, and wait till BIX is a its Main System Prompt.  It
  5. ** performs no other functions.
  6. ** 
  7. Echo "On"
  8. Screen "On"
  9. Show "Setting Up Modem . . .\n"
  10. Puts "ATZ\r"
  11. Wait "2"
  12.  
  13. Watch_Start
  14.  
  15.      Show "Dialing Number\n"
  16.      Puts "AT DT@BIX's PHONE@\r"
  17.  
  18.      Watch_00 "CONNECT"
  19.           Puts "\r\r\r"
  20.           Watch_Del_00
  21.  
  22.      Watch_01 "CARRIER"
  23.           Return
  24.  
  25.      Watch_02 "login (enter"
  26.           Puts "bix\r"
  27.  
  28.      Watch_03 "Name?"
  29.           Puts "@USER ID@\n"
  30.  
  31.      Watch_04 "Password:"
  32.           Screen "Off"
  33.           Puts "@PASSWORD@\n"
  34.           Screen "On"
  35.           Show "*****************\n"
  36.           Puts "Echo Ready\n"
  37.           Gets "\n"
  38.           Gets "\n"
  39.  
  40.      Watch_05 ".More.."
  41.           Puts "\rEcho Ready\r"
  42.  
  43.      Watch_06 "option or ? for help:"
  44.           Puts "8\r"
  45.           Getc ":"
  46.           Puts "Echo Ready\r"
  47.  
  48.      Watch_07 "Ready"
  49.           Watch_Del_01
  50.           Watch_Del_02
  51.           Watch_Del_03
  52.           Watch_Del_04
  53.           Watch_Del_05
  54.           Watch_Del_06
  55.           Watch_Del_07
  56.           Show "\nJLBlink welcomes you, @USER ID@, to BIX!\n"
  57.  
  58. Watch_End
  59.  
  60.